Sqoop Basic

To check the list of Databases(Mysql)
sqoop list-databases --connect jdbc:mysql://localhost:3306/ --username root --password cloudera;

To check the list of Tables
sqoop list-tables --connect jdbc:mysql://localhost:3306/dwdev --username root --password cloudera;

No comments:

Post a Comment